home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / text / edit / tecoc-146.lha / wchart.txt < prev    next >
Text File  |  1991-07-05  |  6KB  |  211 lines

  1. NULL    ignored
  2. ^A    output message to terminal
  3. ^B    current date
  4. ^C    interrupt
  5. ^D    set radix to decimal
  6. ^E    form feed flag
  7. ^E<n>    (match char) match ASCII code n
  8. ^E[]    (match char) match one of list
  9. ^EA    (match char) match alphabetics
  10. ^EB    (match char) match separator character
  11. ^EC    (match char) match symbol constituent
  12. ^ED    (match char) match digit
  13. ^EGq    (match char) match contents of q-register
  14. ^EL    (match char) match line terminators
  15. ^EMx    (match char) match any number of x
  16. ^EQq    (string build char) use contents of q-register q
  17. ^ER    (match char) match alphanumerics
  18. ^ES    (match char) match spaces and/or tabs
  19. ^EUq    (string build char) use ASCII code in q-register
  20. ^EV    (match char) match lowercase
  21. ^EW    (match char) match uppercase
  22. ^EX    (match char) match anything
  23. ^F    not implemented
  24. ^G^G    kill command string
  25. ^G<SP>    retype current command line
  26. ^G*    retype entire current command line
  27. ^H    current time
  28. BS    immediate mode: back up one line and type one line
  29. TAB    insert tab and text
  30. LF    ignored in commands
  31. LF    immediate mode: advance one line and type one line
  32. VT    not a TECO command
  33. FF    output a form feed to terminal
  34. CR    ignored
  35. ^N    end of file flag
  36. ^Nx    (match char) match any character but x
  37. ^O    set radix to octal
  38. ^P    not a TECO command
  39. n^Q    convert line offset to character offset
  40. ^Qx    (string char) use x literally
  41. ^R    value of current radix
  42. n^R    set radix to n
  43. ^Rx    (string char) use x literally
  44. ^S    -(length of last inserted string or found search string)
  45. ^S    immediate mode: not yet implemented
  46. ^S    (match char) match any separator character
  47. ^T    ASCII value of next character typed in
  48. n^T    output character whose ASCII value is n to the terminal screen
  49. ^U    (command line) erase current command line
  50. ^Uq    put string into q-register
  51. :^Uq    append string to q-register
  52. n^Uq    put ASCII character "n" into q-register
  53. n:^Uq    append ASCII "n" to q-register
  54. ^V    convert search strings to lowercase
  55. ^Vx    (string char) convert x to lowercase
  56. ^W    convert search strings to uppercase
  57. ^Wx    (string char) convert x to uppercase
  58. ^X    search mode flag
  59. ^X    (match char) match any character
  60. ^Y    equivalent to ".+^S,."
  61. ^Z    size of text in all q-registers, plus command line
  62. ^Z^Z^Z    quit TECO, leave everything as it was before TECO was entered
  63. ESC    command and string terminator
  64. ^[    like ESC
  65. ^\    not a TECO command
  66. ^]    not a TECO command
  67. ^^x    ASCII value of x
  68. n^_    ones complement of n
  69. SP    ignored
  70. !    define tag
  71. n"<    test for less than zero
  72. n"=    test for equal to zero
  73. n">    test for greater than zero
  74. n"A    test for alphabetic
  75. n"C    test for symbol constituent
  76. n"D    test for digit
  77. n"E    test for equal to zero
  78. n"F    test for false
  79. n"G    test for greater than zero
  80. n"L    test for less than zero
  81. n"N    test for not equal to zero
  82. n"R    test for alphanumeric
  83. n"S    test for successful
  84. n"T    test for true
  85. n"U    test for unsuccessful
  86. n"V    test for lowercase
  87. n"W    test for uppercase
  88. #    logical OR
  89. $    separate TECO commands
  90. n%q    add n to q-register q, return the result
  91. &    logical AND
  92. '    end of conditional
  93. (    numeric expression grouping
  94. )    numeric expression grouping
  95. *    multiplication
  96. *q    immediate mode: save last command string in q-register q
  97. +    addition
  98. ,    numeric argument separator
  99. -    subtraction or negation
  100. .    current pointer position
  101. /    division
  102. /    immediate mode: type detailed explanation of error
  103. 0-9    numeric argument constructors
  104. :    modify next command
  105. n;    exit iteration of n is greater than or equal to zero
  106. n:;    exit iteration if n is less than or equal to zero
  107. n<    iterate n times
  108. n=    type n in decimal
  109. n==    type n in octal
  110. n===    type n in hexadecimal
  111. n:=    type n in decimal, no carriage return
  112. n:==    type n in octal, no carriage return
  113. n:===    type n in hexadecimal, no carriage return
  114. >    end iteration
  115. ?    toggle trace mode
  116. ?    immediate mode: type out erroneous command string
  117. @    modify next text argument
  118. A    append next input page to edit buffer
  119. nA    ASCII value of character at .+n
  120. n:A    append n lines to input buffer
  121. B    always zero. represents beginning of edit buffer
  122. nC    advance n characters
  123. nD    delete n characters
  124. m,nD    delete between m and n (same as m,nK)
  125. E%q    write q-register to file
  126. nE_    destructive search without page protection
  127. EA    select secondary output stream
  128. EB    open input and output files
  129. EC    copy input file to output file and close files
  130. nEC    not yet implemented
  131. ED    edit mode flag
  132. EF    close output file
  133. EH    help level flag
  134. EI    open indirect command file
  135. EK    kill output file
  136. EL    open log file
  137. EN    wildcard lookup
  138. EO    return version number of TECO
  139. EP    select secondary input stream
  140. EQq    read from file into q-register
  141. ER    open input file
  142. ES    search verification flag
  143. ET    type out control flag
  144. EU    case flagging flag
  145. EV    edit verify flag
  146. EW    open output file
  147. EX    close files and exit
  148. EY    read without yank protection
  149. nF_    destructive search and replace
  150. F'    flow to end of conditional
  151. F<    flow to start of iteration
  152. F>    flow to end of iteration
  153. F|    flow to ELSE part of conditional
  154. m,nFB    not yet implemented
  155. nFB    not yet implemented
  156. m,nFC    not yet implemented
  157. nFC    mot yet implemented
  158. nFD    search for and delete string
  159. nFK    search for string and delete intervening text
  160. nFN    paged search and replace
  161. FR    replace last string
  162. nFS    search and replace
  163. Gq    get string from q-register into edit buffer
  164. G*    get string from filespec buffer into edit buffer
  165. G_    not yet implemented
  166. :Gq    type text in q-register q
  167. H    equivalent to B,Z
  168. I    insert text
  169. nI    insert character whose ASCII value is n
  170. nJ    move pointer to J
  171. nK    kill n lines
  172. m,nK    delete between m and n (same as m,nD)
  173. nL    advance n lines
  174. Mq    execute commands in q-register
  175. nN    paged search
  176. O    go to label
  177. nO    not yet implemented
  178. nP    advance n pages
  179. m,nP    write out characters m to n
  180. nPW    write edit buffer n times
  181. m,nPW    write out characters m to n
  182. Qq    number in q-register q
  183. :Qq    size of text in q-register q
  184. nR    back up n characters
  185. nS    search for nth occurrence of a string
  186. ::S    compare string
  187. nT    type n lines
  188. m,nT    type characters between m and n
  189. nUq    put n into q-register q
  190. nV    view n lines
  191. m,nV    view m lines before, n lines after pointer
  192. W    not yet implemented
  193. nXq    put n lines into q-register q
  194. m,nXq    put character m through n into q-register q
  195. n:Xq    append n lines to q-register q
  196. m,n:Xq    append characters m through n to q-register q
  197. Y    yank a page into the edit buffer
  198. Z    end of buffer (number of characters in the edit buffer)
  199. [q    push q-register q onto q-register stack
  200. \    value of string in edit buffer
  201. n\    convert n to digits in edit buffer
  202. ]q    pop q-register stack into q-register q
  203. n_    destructive paged search
  204. `    not a TECO command
  205. a-z    treated as uppercase equivalents
  206. {    not a TECO command
  207. |    start of ELSE part of conditional
  208. }    not a TECO command
  209. ~    not a TECO command
  210. DEL    not a TECO command
  211.